home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / AOCE Sample Code / PowerTalk Access Modules / Sample SMSAM / SampleSMSAM Source / TupleDatabase / TupleTests.h < prev   
Encoding:
C/C++ Source or Header  |  1995-07-28  |  723 b   |  34 lines  |  [TEXT/MPS ]

  1. #ifndef    __TUPLETESTS__
  2. #define    __TUPLETESTS__
  3.  
  4. #ifndef    __BUILDINGBLOCKSTEST__
  5. #include "BuildingBlocksTest.h"
  6. #endif
  7.  
  8. /*
  9.     File:        TupleTests.h
  10.  
  11.     Copyright:    © 1991-1994 by Apple Computer, Inc.
  12.                 All rights reserved.
  13.  
  14.     Part of the AOCE Sample SMSAM Package.  Consult the license
  15.     which came with this software for your specific legal rights.
  16.  
  17. */
  18.  
  19.  
  20.  
  21. extern void FolderTest ();
  22. extern void HFSDatabaseTest ();
  23. extern void BTreeDatabaseTest ();
  24. extern void RamDatabaseTest ();
  25. extern void AllDatabaseTests ();
  26. extern void PrintSizes ();
  27. extern void BufferTests ();
  28. extern void TupleTests ();
  29. extern void DiskLogTests ();
  30.  
  31. /***********************************|****************************************/
  32.  
  33. #endif    // __TUPLETESTS__
  34.